home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Programming / Complete Applications / Othello C Source / undo.c < prev   
Encoding:
C/C++ Source or Header  |  1985-06-16  |  193 b   |  13 lines  |  [TEXT/ttxt]

  1. /* undo.c - UndoMove */
  2.  
  3. #include "mac/quickdraw.h"
  4. #include "mac/osintf.h"
  5. #include "mac/toolintf.h"
  6. #include "othello.h"
  7.  
  8. UndoMove()
  9. {
  10.     strcpy(message, "I can't remember.");
  11.     UpdateInfo();
  12. }
  13.